Fix typos in X11 details of new OSX APIs
authorAlexander Larsson <alexl@redhat.com>
Tue, 27 Jan 2009 13:10:00 +0000 (14:10 +0100)
committerAlexander Larsson <alex@localhost.localdomain>
Thu, 2 Apr 2009 08:15:27 +0000 (10:15 +0200)
gdk/x11/gdkwindow-x11.c

index 87e2dcc3ff927fb63f1136ed0f9c7996f3192530..5acd69031d05f5f1f8c38b0fb80385d0dac08552 100644 (file)
@@ -5516,11 +5516,11 @@ void
 _gdk_windowing_window_process_updates_recurse (GdkWindow *window,
                                                GdkRegion *region)
 {
-  _gdk_window_process_updates_recurse (window, expose_region);
+  _gdk_window_process_updates_recurse (window, region);
 }
 
 void
-_gdk_windowing_after_process_all_updates (void)
+_gdk_windowing_before_process_all_updates (void)
 {
 }